home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / business.cmp / ORDPROC2.ACL < prev    next >
Encoding:
Text File  |  1993-10-06  |  972 b   |  43 lines

  1. Order Processing
  2.  
  3. Enter customer name, address, city, state, zip, and telephone number.
  4. Mail or Telephone order?
  5.     (Mail)
  6.     Is the check enclosed?
  7.         (yes) >CHECK
  8.         (no)
  9.         -NOCHECK
  10.         Is the purchase order enclosed?
  11.             (yes)
  12.             >PO
  13.             (no)
  14.             >NOCHECK/PO
  15.         ?end
  16.     ?end 
  17.     (Telephone)
  18.     -NOCHECK/PO Is there a credit card number?
  19.         >CREDITCARD
  20.     ?end
  21. ?end
  22. Enter payment code:
  23.     ("CH" - Check Payment)
  24.     -CHECK
  25.     Enter amount paid, date paid, and check #.
  26.     ("PO" - Purchase Order)
  27.     -PO
  28.     Enter purchase order number and net terms.
  29.     ("MC" - Master Card or Visa)
  30.     -CREDITCARD
  31.     Enter credit card number and expiration date.
  32. :end
  33. -SHIP
  34. Enter shipment method code:
  35.     ("UG" - Regular UPS Ground, No Tracking Label)
  36.     Don't enter the amount, will be looked up automatically ($5.00
  37.     per copy).
  38.     ("FX" - Federal Express Overnight)
  39.     Don't enter the amount, will look up automatically ($25.00).
  40.     Prepare the Federal Express air bill.
  41. :END
  42. Save information.
  43.